home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / develop / libsrc11.arc / MAKEFILE < prev    next >
Text File  |  1989-05-04  |  4KB  |  152 lines

  1. A_O=autobaud.o autosupp.o
  2. D_O=delay.o divl.o divs.o erblkee.o
  3. E_O=erbytee.o errowee.o
  4. F_O=free.o
  5. M_O=modl.o mods.o mullul.o
  6. P_O=prolog.o
  7. R1O=rdblkad.o rdblkhc.o rdblksc.o rdblksc9.o rdblksci.o rdblkspi.o
  8. R2O=rdbytad.o rdbythc.o rdbytsc.o rdbytsci.o rdbytspi.o
  9. R_O=$(R1O) $(R2O)
  10. S_O=startup.o stasg.o stret.o
  11. W1O=wrblkee.o wrblkhc.o wrblksb.o wrblksc9.o wrblksci.o wrblkspi.o
  12. W2O=wrbytee.o wrbythc.o wrbytsb.o wrbytsci.o wrbytspi.o
  13. W_O=$(W1O) $(W2O)
  14. X_O=xgblkspi.o xgbytspi.o
  15.  
  16. ATOD_H=d:\usr\include\hc11\atod.h
  17. CONFIG_H=d:\usr\include\hc11\config.h
  18. DIRECTIVES_H=d:\usr\include\hc11\directiv.h
  19. IO_H=d:\usr\include\hc11\io.h
  20. PIO_H=d:\usr\include\hc11\pio.h
  21. SCI_H=d:\usr\include\hc11\sci.h
  22. SPI_H=d:\usr\include\hc11\spi.h
  23.  
  24. OBJ_FILES= $(A_O) $(D_O) $(E_O) $(F_O) $(M_O) $(P_O) $(R_O) $(S_O) $(W_O) $(X_O)
  25.  
  26. CC11=d:\mot\bin\cc11
  27. PAR=d:\mot\bin\par
  28.  
  29. cclib11.a : $(OBJ_FILES)
  30.     $(PAR) -r clib11.a *.o
  31.  
  32.  
  33. autobaud.o: autobaud.c $(DIRECTIVES_H)
  34.     $(CC11) -c autobaud.c
  35.  
  36. autosupp.o: autosupp.s
  37.     $(CC11) -c autosupp.s
  38.  
  39. delay.o: delay.c $(DIRECTIVES_H)
  40.     $(CC11) -c delay.c
  41.  
  42. divl.o: divl.s
  43.     $(CC11) -c divl.s
  44.  
  45. divs.o: divs.s
  46.     $(CC11) -c divs.s
  47.  
  48. erblkee.o: erblkee.c $(IO_H) $(CONFIG_H) $(DIRECTIVES_H)
  49.     $(CC11) -c erblkee.c
  50.  
  51. erbytee.o: erbytee.c $(IO_H) $(CONFIG_H) $(DIRECTIVES_H)
  52.     $(CC11) -c erbytee.c
  53.  
  54. errowee.o: errowee.c $(IO_H) $(CONFIG_H) $(DIRECTIVES_H)
  55.     $(CC11) -c errowee.c
  56.  
  57. free.o: free.c $(DIRECTIVES_H)
  58.     $(CC11) -c free.c
  59.  
  60. modl.o: modl.s
  61.     $(CC11) -c modl.s
  62.  
  63. mods.o: mods.s
  64.     $(CC11) -c mods.s
  65.  
  66. mullul.o: mullul.s
  67.     $(CC11) -c mullul.s
  68.  
  69. prolog.o: prolog.s
  70.     $(CC11) -c prolog.s
  71.  
  72. rdblkad.o: rdblkad.c $(IO_H) $(ATOD_H) $(CONFIG_H) $(DIRECTIVES_H)
  73.     $(CC11) -c rdblkad.c
  74.  
  75. rdblkhc.o: rdblkhc.c $(DIRECTIVES_H)
  76.     $(CC11) -c rdblkhc.c
  77.  
  78. rdblksc.o: rdblksc.c $(DIRECTIVES_H)
  79.     $(CC11) -c rdblksc.c
  80.  
  81. rdblksc9.o: rdblksc9.c $(DIRECTIVES_H)
  82.     $(CC11) -c rdblksc9.c
  83.  
  84. rdblksci.o: rdblksci.c $(DIRECTIVES_H)
  85.     $(CC11) -c rdblksci.c
  86.  
  87. rdblkspi.o: rdblkspi.c $(DIRECTIVES_H)
  88.     $(CC11) -c rdblkspi.c
  89.  
  90. rdbytad.o: rdbytad.c $(IO_H) $(ATOD_H) $(CONFIG_H) $(DIRECTIVES_H)
  91.     $(CC11) -c rdbytad.c
  92.  
  93. rdbythc.o: rdbythc.c $(IO_H) $(PIO_H) $(DIRECTIVES_H)
  94.     $(CC11) -c rdbythc.c
  95.  
  96. rdbytsc.o: rdbytsc.c $(IO_H) $(PIO_H) $(DIRECTIVES_H)
  97.     $(CC11) -c rdbytsc.c
  98.  
  99. rdbytsci.o: rdbytsci.c $(IO_H) $(SCI_H) $(DIRECTIVES_H)
  100.     $(CC11) -c rdbytsci.c
  101.  
  102. rdbytspi.o: rdbytspi.c $(IO_H) $(SPI_H) $(DIRECTIVES_H)
  103.     $(CC11) -c rdbytspi.c
  104.  
  105. startup.o: startup.s
  106.     $(CC11) -c startup.s
  107.  
  108. stasg.o: stasg.s
  109.     $(CC11) -c stasg.s
  110.  
  111. stret.o: stret.s
  112.     $(CC11) -c stret.s
  113.  
  114. wrblkee.o: wrblkee.c $(DIRECTIVES_H)
  115.     $(CC11) -c wrblkee.c
  116.  
  117. wrblkhc.o: wrblkhc.c $(DIRECTIVES_H)
  118.     $(CC11) -c wrblkhc.c
  119.  
  120. wrblksb.o: wrblksb.c $(DIRECTIVES_H)
  121.     $(CC11) -c wrblksb.c
  122.  
  123. wrblksc9.o: wrblksc9.c $(DIRECTIVES_H)
  124.     $(CC11) -c wrblksc9.c
  125.  
  126. wrblksci.o: wrblksci.c $(DIRECTIVES_H)
  127.     $(CC11) -c wrblksci.c
  128.  
  129. wrblkspi.o: wrblkspi.c $(DIRECTIVES_H)
  130.     $(CC11) -c wrblkspi.c
  131.  
  132. wrbytee.o: wrbytee.c $(IO_H) $(CONFIG_H) $(DIRECTIVES_H)
  133.     $(CC11) -c wrbytee.c
  134.  
  135. wrbythc.o: wrbythc.c $(IO_H) $(PIO_H) $(DIRECTIVES_H)
  136.     $(CC11) -c wrbythc.c
  137.  
  138. wrbytsb.o: wrbytsb.c $(IO_H) $(PIO_H) $(DIRECTIVES_H)
  139.     $(CC11) -c wrbytsb.c
  140.  
  141. wrbytsci.o: wrbytsci.c $(IO_H) $(SCI_H) $(DIRECTIVES_H)
  142.     $(CC11) -c wrbytsci.c
  143.  
  144. wrbytspi.o: wrbytspi.c $(IO_H) $(SPI_H) $(DIRECTIVES_H)
  145.     $(CC11) -c wrbytspi.c
  146.  
  147. xgblkspi.o: xgblkspi.c $(DIRECTIVES_H)
  148.     $(CC11) -c xgblkspi.c
  149.  
  150. xgbytspi.o: xgbytspi.c $(IO_H) $(SPI_H) $(DIRECTIVES_H)
  151.     $(CC11) -c xgbytspi.c
  152.